feat(core): add durable context federation and multi-agent collaborat… - #99
Merged
Conversation
…ion (#98) ### Issue for this PR N/A ### Type of change - [x] Bug fix - [x] New feature - [x] Refactor / code improvement - [x] Documentation ### What does this PR do? This PR makes context federation and delegated agent execution durable across the production session path. It adds Location-owned code and document indexes, durable AgentExecution identity and generation fencing, isolated worktree workers, SHA-bound PR review and serialized merge coordination, resume and takeover handling, and one private data root under `~/.deepagent/code/`. It also hardens CLI and Desktop supervision, expands the real-LLM multi-agent and cache matrix, aligns the authoritative test guide, and prepares Core 4.0.5 / Desktop 1.4.4. ### How did you verify your code works? - `bun turbo typecheck`: 15/15 package tasks passed during pre-push - Core, deepagent-code, App, and Desktop package typechecks passed - Real-LLM route registration tests: 49/49 passed - Aggregate matrix dry run: 55 commands / 48 real-model suites - Web production build and frozen lockfile install passed - GitHub Action YAML examples and release scripts were parsed and validated ### Screenshots / recordings Not included. UI changes are limited to subagent supervision and terminal input handling and are covered by the repository tests. ### Checklist - [x] I have tested my changes locally - [x] I have not included unrelated changes in this PR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue for this PR
N/A
Type of change
What does this PR do?
This PR makes context federation and delegated agent execution durable across the production session path.
It adds Location-owned code and document indexes, durable AgentExecution identity and generation fencing, isolated worktree workers, SHA-bound PR review and serialized merge coordination, resume and takeover handling, and one private data root under
~/.deepagent/code/. It also hardens CLI and Desktop supervision, expands the real-LLM multi-agent and cache matrix, aligns the authoritative test guide, and prepares Core 4.0.5 / Desktop 1.4.4.How did you verify your code works?
bun turbo typecheck: 15/15 package tasks passed during pre-pushScreenshots / recordings
Not included. UI changes are limited to subagent supervision and terminal input handling and are covered by the repository tests.
Checklist